projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c115b
)
Vaporize docopy
author
robertl
<robertl>
Tue, 15 Jul 2003 17:42:04 +0000
(17:42 +0000)
committer
robertl
<robertl>
Tue, 15 Jul 2003 17:42:04 +0000
(17:42 +0000)
quovadis.c
patch
|
blob
|
history
diff --git
a/quovadis.c
b/quovadis.c
index 12a9a6a7b6fccf7374383f6d82d02b91d033843b..ef2631b871f35f61286f3588456dc1f1c4fc90b4 100644
(file)
--- a/
quovadis.c
+++ b/
quovadis.c
@@
-72,18
+72,6
@@
static int wpt_to_icon(geocache_type type) {
}
return QUESTION_ICON;
}
-#if 0
-static void
-docopy(ubyte* dest,
- const ubyte* src,
- const int size)
-{
- int i;
- for (i = 0; i < size; i++) {
- dest[i] = src[i];
- }
-}
-#endif
static void
rd_init(const char *fname, const char *args)